home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00501.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  139 b   |  10 lines

  1. on mouseDown
  2.   buttonlogicLoo()
  3.   if the machineType = 256 then
  4.     puppetSound(0)
  5.     go(marker(1))
  6.   else
  7.     go(marker(1))
  8.   end if
  9. end
  10.